home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / applications / jcgraph / rexx / window.rex < prev    next >
OS/2 REXX Batch file  |  1994-11-17  |  1KB  |  25 lines

  1. /* Window.rex */
  2. /* ---------- */
  3. /* Description: Set another button cluster for window managment.      */
  4. /*              Save:   Save default window position and size so that */
  5. /*                      the next time you start JcGraph, 'startup.rex'*/
  6. /*                      will be able to retreive these value.         */
  7. /*              Set:    Save window position and size.                */
  8. /*              Pre.:   Set size and position of previously saved     */
  9. /*                      window (with set)                             */
  10. /*                                                                    */
  11. /*              See sub-script for more details.                      */
  12.  
  13. address 'JCGRAPH'
  14.  
  15. 'button 1 Label=Save JcGraph:rexx/SaveWindowPosDefault.rex'
  16. 'button 2 Label= JcGraph:rexx/Window.rex'
  17. 'button 3 Label=Set.1 JcGraph:rexx/WindowSet1.rex'
  18. 'button 4 Label=Pre.1 JcGraph:rexx/WindowPre1.rex'
  19. 'button 5 Label=Set.2 JcGraph:rexx/WindowSet2.rex'
  20. 'button 6 Label=Pre.2 JcGraph:rexx/WindowPre2.rex'
  21. 'button 7 Label=Set.3 JcGraph:rexx/WindowSet3.rex'
  22. 'button 8 Label=Pre.3 JcGraph:rexx/WindowPre3.rex'
  23. 'button 9 Label=Main JcGraph:rexx/ButtonCluster1.rex'
  24. 'button 10 Label= JcGraph:rexx/Window.rex'
  25.